home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / libs / explode_7.lha / ReadMe < prev   
Encoding:
Text File  |  1996-09-02  |  1.2 KB  |  29 lines

  1. Short:    explode.library 7.0, 68040/60 bugfix
  2. Author:   calkowsk@usctoux1.cto.us.edu.pl (Grzegorz Calkowski)
  3. Uploader: calkowsk@usctoux1.cto.us.edu.pl     
  4. Type:     util/libs
  5.  
  6. explode.library 7.0
  7. -------------------
  8.  
  9. This is a bug-fix of the explode.library, library needed by executables
  10. crunched with TurboImploder - old but still the best cruncher for executables.
  11. However, the library has a bug hidden for nearly 5 years!  Although authors
  12. claim that decrunching routines are aware of 68040's copyback mode - this is
  13. not truth!  They clear caches ONLY when an executable calls the decrunching
  14. routine of explode.library directly.  However, after the library has patched
  15. LoadSeg() and NewLoadSeg() vectors...  pooof!  That's no longer the case!  In
  16. effect, small files, when imploded, can randomly crash on 040 machines.  This
  17. also applies to 68060 CPU, which has even bigger datacache.
  18.  
  19. As I still use TurboImploder I decided to disasemble it and fix the bug :) Also
  20. I removed 1.3 support code and did few optimizations, what made the library
  21. slightly shorter.
  22.  
  23. This version is based on explode.library 6.0.64 (28.10.91!!) by Peter Struijk
  24. and Albert J.Brouwer.  I hope I didn't violate copyright by releasing this
  25. bug-fix ;)
  26.  
  27. -gc
  28.  
  29.